type github.com/klauspost/compress/zstd.byteBuf

7 uses

	github.com/klauspost/compress/zstd (current package)
		blockdec.go#L192: 	if _, ok := br.(*byteBuf); !ok && cap(b.dataStorage) < cSize {
		bytebuf.go#L29: type byteBuf []byte
		bytebuf.go#L31: func (b *byteBuf) readSmall(n int) ([]byte, error) {
		bytebuf.go#L44: func (b *byteBuf) readBig(n int, dst []byte) ([]byte, error) {
		bytebuf.go#L54: func (b *byteBuf) readByte() (byte, error) {
		bytebuf.go#L64: func (b *byteBuf) skipN(n int64) error {
		framedec.go#L28: 	bBuf byteBuf